home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.Desk < prev    next >
Encoding:
Text File  |  1992-02-26  |  906 b   |  45 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Desk
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. daNotFound GEQU $0510 ; desk accessory not found
  9. notSysWindow GEQU $0511 ; not the system window
  10. deskBadSelector GEQU $0520
  11.  
  12. eventAction GEQU $0001
  13. runAction GEQU $0002
  14. undoAction GEQU $0005
  15. cutAction GEQU $0006
  16. copyAction GEQU $0007
  17. pasteAction GEQU $0008
  18. clearAction GEQU $0009
  19. sysClickAction GEQU $000A
  20. optionalCloseAction GEQU $000B
  21.  
  22. cursorAction GEQU $0003
  23. undoEdit GEQU $0001
  24. cutEdit GEQU $0002
  25. copyEdit GEQU $0003
  26. pasteEdit GEQU $0004
  27. clearEdit GEQU $0005
  28.  
  29. ; constants for GetDeskAccInfo
  30. getCDAinfo GEQU $8000
  31. getNDAinfo GEQU $0000
  32. daRefIsWindPtr GEQU $0001
  33. daRefIsIndex GEQU $0000
  34.  
  35. ; constants for GetDeskGlobal
  36. deskGlobalWindow GEQU $0000
  37.  
  38. ; constants for CallDeskAcc
  39. daCallCDA GEQU $8000
  40. daCallNDA GEQU $0000
  41. daCallInit GEQU $0002
  42. daCallAction GEQU $0000
  43. ;daRefIsWindPtr GEQU $0001
  44. ;daRefIsIndex GEQU $0000
  45.